//==============================================================================
// Troy Lighthouse_anim.xt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define colosseumright
{
   set hotspot
   {
      version
      {
         visual colosseumright
	 ReplaceTexture building g wonder/colosseum
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
            Visual colosseumleft
	    connect leftfoot colosseumright hotspot
	    ReplaceTexture building g wonder/colosseum
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction3x3 A
				connect attachpoint E_Long_Brick hotspot
				connect face E_Long_Brick hotspot
				connect chin E_Medium_Brick hotspot
				connect leftfoot E_Medium_Brick hotspot
				connect lefthand E_Small_Brick hotspot
				connect leftleg E_Small_Brick hotspot
				connect leftfoot colosseumright hotspot
	    			ReplaceTexture building g wonder/colosseum
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction3x3 B
				connect attachpoint E_Long_Brick hotspot
				connect face E_Long_Brick hotspot
				connect chin E_Medium_Brick hotspot
				connect leftfoot E_Medium_Brick hotspot
				connect lefthand E_Small_Brick hotspot
				connect leftleg E_Small_Brick hotspot
				connect leftfoot colosseumright hotspot
	    			ReplaceTexture building g wonder/colosseum
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction3x3 B
				connect attachpoint E_Long_Brick hotspot
				connect face E_Long_Brick hotspot
				connect chin E_Medium_Brick hotspot
				connect leftfoot E_Medium_Brick hotspot
				connect lefthand E_Small_Brick hotspot
				connect leftleg E_Small_Brick hotspot
				connect leftfoot colosseumright hotspot
	    			ReplaceTexture building g wonder/colosseum
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      ConstructionLogic 0 33 66
      set hotspot
      {
         version
         {
               Visual colosseumleft
	       ReplaceTexture building g wonder/colosseum
               connect Smoke0 Dust hotspot
					connect Smoke1 Dust hotspot
					connect Smoke2 Dust hotspot
					connect Smoke3 Dust hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction3x3 A
	    ReplaceTexture building g wonder/colosseum
				connect attachpoint E_Long_Brick hotspot
				connect face E_Long_Brick hotspot
				connect chin E_Medium_Brick hotspot
				connect leftfoot E_Medium_Brick hotspot
				connect lefthand E_Small_Brick hotspot
				connect leftleg E_Small_Brick hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction3x3 B
	    ReplaceTexture building g wonder/colosseum
				connect attachpoint E_Long_Brick hotspot
				connect face E_Long_Brick hotspot
				connect chin E_Medium_Brick hotspot
				connect leftfoot E_Medium_Brick hotspot
				connect lefthand E_Small_Brick hotspot
				connect leftleg E_Small_Brick hotspot
         }
      }
      set hotspot
      {
         version
         {
            Visual Building Construction3x3 B
	    ReplaceTexture building g wonder/colosseum
				connect attachpoint E_Long_Brick hotspot
				connect face E_Long_Brick hotspot
				connect chin E_Medium_Brick hotspot
				connect leftfoot E_Medium_Brick hotspot
				connect lefthand E_Small_Brick hotspot
				connect leftleg E_Small_Brick hotspot
         }
      }
   }
}

